chore: bump deps to latest and prep with ibc-go v11#1065
Open
chore: bump deps to latest and prep with ibc-go v11#1065
Conversation
- Replace ibc-go/v10 imports with ibc-go/v11 across evm, evmd, and tests - Add replace directive for ../ibc-go in go.mod for local development - Update IBC interfaces, precompiles, and test utilities for v11 compatibility Made-with: Cursor
Cancel functions are returned to callers for subscription cleanup. Also update go.mod/go.sum for dependency sync. Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
Greptile SummaryThis PR is a routine dependency bump that migrates the entire Key points:
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[cosmos/evm root module] -->|ibc-go v11| B[ibc-go/v11/modules/core]
A -->|ibc-go v11| C[ibc-go/v11/modules/apps/transfer]
A -->|ibc-go v11| D[ibc-go/v11/modules/apps/callbacks]
A -->|ibc-go v11| E[ibc-go/v11/testing]
B --> F[ante/\nibc_middleware]
B --> G[precompiles/ics02\nprecompiles/ics20]
B --> H[x/erc20/ibc_middleware\nx/erc20/v2/ibc_middleware]
B --> I[x/ibc/callbacks/keeper]
C --> G
C --> H
C --> I
D --> I
E --> J[testutil/ibc/\nevmd/tests/ibc/]
subgraph go.mod files updated
K[go.mod]
L[evmd/go.mod]
M[tests/speedtest/go.mod]
N[tests/systemtests/go.mod\n- removed v10 replace workaround]
end
Last reviewed commit: d5e238c |
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
- Restore missing func (api *pubSubAPI) subscribeNewHeads declaration - Remove duplicate ctx,cancel line from bad merge - Use #nosec G118 instead of nolint:gosec (avoids nolintlint) Made-with: Cursor
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1065 +/- ##
==========================================
+ Coverage 64.11% 64.14% +0.02%
==========================================
Files 331 331
Lines 23303 23303
==========================================
+ Hits 14941 14947 +6
+ Misses 6946 6940 -6
Partials 1416 1416
🚀 New features to boost your workflow:
|
…binary Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.